/*首页*/

.banner{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative;
    font-size:0
}
.b-img{
    height:400px;
    position:absolute;
    left:0;
    top:0;
}
.b-img div{
    height:400px;
    float:left;
    background-size:cover;
}
.b-list{
    height:50px;
    padding-top:350px;
    position:relative;
    margin:0 auto;
    z-index:1;
}
.b-list span{
    display:block;
    cursor:pointer;
    width:14px;
    height:14px;
    border-radius:50%;
    background-color: #fff;
    float:left;
    margin:0 5px;
    _margin:0 3px;
}
.b-list .spcss{
    background-color: #025da3;
}
/*.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }*/
/*.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }*/
/*.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:325px;}*/
/*.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:325px;}*/
/*.bar-left .emcss{ background-position:0px -100px;}*/
/*.bar-right .emcss{ background-position:-50px -100px;}*/


.one{
    background-color: #f5f8fd;
    padding-top: 18px;
    padding-bottom: 28px;
}
.bt{
    height: 66px;
    line-height: 66px;
    position: relative;
}
.bt dt{
    background-color:#f5f8fd;
    font-size: 28px;
    width: 192px;
    margin: 0 auto;
    line-height: 66px;
    position: relative;
    text-align: center;
    font-weight: 500;
}
.bt dt span{
    color: #025da3;
    font-size: 28px;
}
.bt dd{
    background-color: #d2d2d2;
    height: 1px;
    width: 100%;
    margin-top: -33px;
}


.one .left{
    border: 3px solid #025da3;
    height: 514px;
    background-color: #fff;
}
.one .left h1{
    background-image: url("../images/index/0.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 97px;
    text-align: center;
    line-height: 97px;
    color: #fff;
    font-size: 28px;
}
.one .left ul{
    width: 230px;
    margin: 0 auto;
}
.one .left ul li{
    height: 46px;
    margin-top: 30px;
    background-color: #eeeeee;
    font-size: 16px;

    text-align: center;
    line-height: 46px;
}
.one .left ul li img{
    margin-left: 70px;
}
.one .left ul li a{
    color: #666;
}
.one .left ul li a:hover{
    color: #025da3;
}

.one .right{
    overflow: hidden;
    float: right;
    width: 772px;
}
.one .right .line{
    overflow: hidden;
    width: 792px;
}
.one .right .line dl{
    width: 244px;
    float: left;
    border: 1px solid #d2d2d2;
    margin-right: 20px;
    margin-bottom: 36px;
}
.line dl dd{
    border-bottom: 1px solid #d2d2d2;
    height: 192px;
    overflow: hidden;
    background-color: #fff;
}
.line dl dd img{
    width: 100%;
    height: 100%;
}
.line dl dt{
    font-weight: 500;
    height: 44px;
    background-color: #8c989f;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}
.line dl dt a{
    color: #fff;
}
.line dl dt:hover{
    background-color: #025da3;
}



.two{
    height: 464px;
    background-image: url("../images/index/bg0.jpg");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}

.two .container{
    overflow: hidden;
    padding-top: 69px;
}
.two .img{
    width: 414px;
    height: 274px;
    border: 5px solid #fff;
    float: left;
}
.two .img img{
    width: 100%;
    height: 100%;
}

.two .blurb{
    float: right;
    width: 620px;
}
.blurb h1{
    font-size: 26px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
}
.blurb p{
    font-size: 14px;
    line-height: 26px;
    height: 208px;
    overflow: hidden;
    color: #fff;
}
.blurb a{
    display: block;
    width: 196px;
    height: 36px;
    border: 2px solid #fff;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.blurb a:hover{
    background-color: #fff;
    color: #025da3;
}


.three{
    padding: 38px 0;
    overflow: hidden;
}
.three dl{
    float: left;
    width: 346px;
    margin-right: 20px;
}
.three dl DT{
    color: #025da3;
    font-size: 20px;
    line-height: 30px;
}
.three dl DT span{
    color: #666;
    font-weight: 500;
    margin-left: 10px;
}
.three dl DT a{
    float: right;
    color: #666;
    font-weight: 500;
}
.three dl DT a:hover{
    color: #025da3;
}
.three ul li{
    margin-top: 8px;
    border-bottom: 1px solid #d2d2d2;
    padding: 12px 0;
    overflow: hidden;
}
.three ul li .order{
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #c1c1c1;
    float: left;
    font-size: 20px;
    border-right: 1px solid #d1d1d1;
}
.three ul li .new{
    width: 284px;
    float: right;
    height: 40px;
}
.three ul li .new a{
    white-space: nowrap;
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
}
.three ul li .new a:hover{
    color: #025da3;
}
.three ul li .new span{
    color: #666;
    font-size: 12px;
}
.three .more{
    float: right;
    margin-top: 50px;
}


.four{
    background-color: #f5f8fd;
    padding-top: 18px;
    padding-bottom: 40px;
}


.focusBtn, .focusIndicators a{
    display:block; background:url(../images/index/script.png); background-repeat:no-repeat;
}
.focusMain{ width:100%; position:relative; }
.focusArea{
    width:1016px;
    position:relative;
    overflow:hidden;
    margin:0 auto;
    height:220px;
}
.focusCon{
    width:1000px;
    position:absolute;
    top:0;
}
.focusItem{
    position:relative;
    margin:0 10px;
    width:234px;
    float:left;
}
.focusCon .title{
    height:42px;
    line-height:42px;
    font-size:14px;
    font-weight:400;
    overflow: hidden;
    width:100%;
    text-align: center;
}
.focusCon .title a{
    color: #000;
}
.focusCon .title a:hover{
    color: #025da3;
}
.focusBtn{
    display:block;
    position:absolute;
    top:50%;
    width:24px;
    height:49px;
    margin-top:-25px;
    background-color:#606060;
    cursor:pointer;
}
.focusPrev{
    left:0;
    background-position:0 0;
}
.focusNext{
    right:0;
    background-position:-30px 0;
}
.focusPrev:hover, .focusNext:hover{
    background-color:#333;
}
.focusItem div{
    height:178px;
}
.focusItem div img{
    width: 100%;
    height: 100%;
}
.isCarousel .focusGroup{
    float:left;
    _display:inline;
}




























